Autogenerated HTML docs for v2.47.0-72-gef8ce8
diff --git a/git-index-pack.html b/git-index-pack.html index 7944bb2..dce628c 100644 --- a/git-index-pack.html +++ b/git-index-pack.html
@@ -490,7 +490,7 @@ <dt class="hdlist1">--[no-]rev-index</dt> <dd> <p>When this flag is provided, generate a reverse index -(a <code>.rev</code> file) corresponding to the given pack. If +(a .<code>rev</code> file) corresponding to the given pack. If <code>--verify</code> is given, ensure that the existing reverse index is correct. Takes precedence over <code>pack.writeReverseIndex</code>.</p> @@ -508,7 +508,7 @@ </dd> <dt class="hdlist1">--fix-thin</dt> <dd> -<p>Fix a "thin" pack produced by <code>git pack-objects --thin</code> (see +<p>Fix a "thin" pack produced by <code>git</code> <code>pack-objects</code> <code>--thin</code> (see <a href="git-pack-objects.html">git-pack-objects(1)</a> for details) by adding the excluded objects the deltified objects are based on to the pack. This option only makes sense in conjunction with --stdin.</p> @@ -539,11 +539,11 @@ <dt class="hdlist1">--strict[=<msg-id>=<severity>…​]</dt> <dd> <p>Die, if the pack contains broken objects or links. An optional -comma-separated list of <code><msg-id>=<severity></code> can be passed to change +comma-separated list of <em><msg-id></em><code>=</code><em><severity></em> can be passed to change the severity of some possible issues, e.g., - <code>--strict="missingEmail=ignore,badTagName=error"</code>. See the entry for the -<code>fsck.<msg-id></code> configuration options in <a href="git-fsck.html">git-fsck(1)</a> for more -information on the possible values of <code><msg-id></code> and <code><severity></code>.</p> + <code>--strict=</code>"missingEmail=ignore,badTagName=error". See the entry for the +<code>fsck.</code><em><msg-id></em> configuration options in <a href="git-fsck.html">git-fsck(1)</a> for more +information on the possible values of <em><msg-id></em> and <em><severity></em>.</p> </dd> <dt class="hdlist1">--progress-title</dt> <dd> @@ -565,11 +565,11 @@ (for the caller to check) after the hash that goes into the name of the pack/idx file (see "Notes").</p> <div class="paragraph"> -<p>An optional comma-separated list of <code><msg-id>=<severity></code> can be passed to +<p>An optional comma-separated list of <em><msg-id></em><code>=</code><em><severity></em> can be passed to change the severity of some possible issues, e.g., -<code>--fsck-objects="missingEmail=ignore,badTagName=ignore"</code>. See the entry for the -<code>fsck.<msg-id></code> configuration options in <a href="git-fsck.html">git-fsck(1)</a> for more -information on the possible values of <code><msg-id></code> and <code><severity></code>.</p> +<code>--fsck-objects=</code>"missingEmail=ignore,badTagName=ignore". See the entry for the +<code>fsck.</code><em><msg-id></em> configuration options in <a href="git-fsck.html">git-fsck(1)</a> for more +information on the possible values of <em><msg-id></em> and <em><severity></em>.</p> </div> </dd> <dt class="hdlist1">--threads=<n></dt> @@ -618,7 +618,7 @@ <p>Before committing the pack-index, create a .promisor file for this pack. Particularly helpful when writing a promisor pack with --fix-thin since the name of the pack is not final until the pack has been fully -written. If a <code><message></code> is provided, then that content will be +written. If a <em><message></em> is provided, then that content will be written to the .promisor file for future reference. See <a href="technical/partial-clone.html">partial clone</a> for more information.</p> </dd>